home *** CD-ROM | disk | FTP | other *** search
- object WriterSettingsForm: TWriterSettingsForm
- Left = 779
- Top = 655
- BorderStyle = bsDialog
- Caption = 'Writer Settings'
- ClientHeight = 303
- ClientWidth = 403
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnHelp = FormHelp
- OnMouseDown = FormMouseDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel2: TPanel
- Left = 0
- Top = 222
- Width = 403
- Height = 61
- Align = alBottom
- TabOrder = 0
- object OkButton: TButton
- Left = 192
- Top = 17
- Width = 89
- Height = 25
- ModalResult = 1
- TabOrder = 0
- end
- object CancelButton: TButton
- Left = 288
- Top = 17
- Width = 89
- Height = 25
- Cancel = True
- ModalResult = 2
- TabOrder = 1
- end
- end
- object PageControl: TPageControl
- Left = 0
- Top = 0
- Width = 403
- Height = 222
- ActivePage = WriteSheet
- Align = alClient
- HotTrack = True
- TabIndex = 0
- TabOrder = 1
- object WriteSheet: TTabSheet
- ImageIndex = 3
- object WriteModeLabel: TLabel
- Left = 40
- Top = 23
- Width = 137
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Layout = tlBottom
- OnMouseDown = FormMouseDown
- end
- object WriteModeBox: TComboBox
- Left = 184
- Top = 19
- Width = 137
- Height = 21
- Hint = 'Select Write Mode'
- Style = csDropDownList
- ItemHeight = 13
- ParentShowHint = False
- PopupMenu = MainForm.PopupMenu1
- ShowHint = False
- TabOrder = 0
- end
- object BurnProofBox: TCheckBox
- Left = 48
- Top = 67
- Width = 321
- Height = 17
- ParentShowHint = False
- ShowHint = False
- TabOrder = 1
- OnMouseDown = FormMouseDown
- end
- object CalibratePowerBox: TCheckBox
- Left = 48
- Top = 91
- Width = 321
- Height = 17
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- OnMouseDown = FormMouseDown
- end
- object AllowAWSBox: TCheckBox
- Left = 48
- Top = 115
- Width = 321
- Height = 17
- ParentShowHint = False
- ShowHint = False
- TabOrder = 3
- OnMouseDown = FormMouseDown
- end
- object DefaultButton: TButton
- Left = 240
- Top = 150
- Width = 97
- Height = 25
- TabOrder = 4
- OnClick = DefaultButtonClick
- end
- end
- end
- object StatusPanel: TPanel
- Left = 0
- Top = 283
- Width = 403
- Height = 20
- Align = alBottom
- Alignment = taLeftJustify
- BevelInner = bvLowered
- BevelOuter = bvNone
- BorderWidth = 1
- ParentShowHint = False
- ShowHint = False
- TabOrder = 2
- OnMouseDown = FormMouseDown
- end
- end
-